home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_7786_000042.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  1.7 KB

  1. Path: dd.chalmers.se!news.chalmers.se!sunic!pipex!howland.reston.ans.net!agate!ihnp4.ucsd.edu!munnari.oz.au!comp.vuw.ac.nz!actrix!tower!johnv
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re: Assembler problem
  4. References: <inf01.763313949@apollo23> <1994Mar14.132455.15233@jupiter.sun.csd.unb.ca> <2m381p$52d@zetar.cs.pdx.edu> <johnv.0i8g@tower.actrix.gen.nz>
  5.     <2mfch8INNnin@iraun1.ira.uka.de>
  6. Distribution: world
  7. From: johnv@tower.actrix.gen.nz (John Veldthuis)
  8. Message-ID: <johnv.0ico@tower.actrix.gen.nz>
  9. Date: Tue, 22 Mar 94 03:17:41 +1200
  10. Organization: Amiga Virus Extermination Services, TAUG
  11. Lines: 22
  12.  
  13. Quoted from <2mfch8INNnin@iraun1.ira.uka.de> by s_heidri@ira.uka.de (Dietmar Heidrich):
  14. > John Veldthuis (johnv@tower.actrix.gen.nz) wrote:
  15. > : Quoted from <2m9louINNei4@iraun1.ira.uka.de> by s_heidri@irau32.ira.uka.de (Dietmar Heidrich):
  16. > : > In article <2m381p$52d@zetar.cs.pdx.edu>, idr@cs.pdx.edu (Dancing Fool) writes:
  17. > : > 
  18. > : > The is no thing such as a "new syntax".  What you are talking about is a
  19. > : > modified syntax form for 8, 16, and 32 bit offsets introduced with the
  20. > : > 68020 back in 1984/5.
  21. > : Of course there is. You must have a really old assembler. It goes like this
  22. > : move.l    d1,4(a1)    ;old syntax
  23. > : move.l    d1,(4,a1)    ;new syntax
  24. > : or
  25. > : jsr    _LVOOpenLibrary(a6)    ;old syntax
  26. > : jsr    (_LVOOpenLibrary,a6)    ;new syntax
  27. > There is no new syntax. Reread my posting. 1984 is certainly not new.
  28. > You are simply repeating the modified syntax form. Please read posts
  29. > before you respond to them.
  30.  
  31. Get a life and read mine.  It is is refered to as NEW SYNTAX.  It may well
  32. be modified and it is BUT it is REFERED to as NEW SYNTAX
  33.